Revert coto for now.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 3 Aug 2005 22:37:29 +0000 (22:37 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 3 Aug 2005 22:37:29 +0000 (22:37 +0000)
gpsbabel/README
gpsbabel/testo
gpsbabel/vecs.c

index be28690a35406c20d48ed0630e5c6474738c37fe..29b4529b292aaa79be4e0037a8d80c1059ad35f7 100644 (file)
@@ -941,30 +941,6 @@ THE FORMATS
        locales where ',' is used as decimal seperator.
        Contributed by Tobias Minich.
        
-    COTO
-        Format for cotoGPS, a Palm GPS program. It can read both 
-       track and marker (waypoint) files. It is currently unable
-       to write track files, so only marker files can be written. The 
-       marker categories are written to and read from the icon 
-       description. The 'Not Assigned' category leaves the icon 
-       description empty on read. Currently geocache info is ignored.
-       
-       Options:
-       
-           trackname (input) - Name for the track. Defaults to 
-               the pdb name or file name if the pdb name is the default 
-               ('cotoGPS TrackDB'). This is currently (Coto Version 1.3.1) 
-               always the case.
-           zerocat (output) - Name for the Palm 'Not Assigned' category.
-               Defaults to 'Not Assigned'.
-           There is also a debugging option called 'internals' which 
-               takes a XCSV delimiter value. It writes some internal 
-               values (distance, arc, x and y) of the cotoGPS track 
-               format to the notes field.
-              
-       URL: http://core.de/~coto/projects/cotogps/
-       Contributed by Tobias Minich.
-
 DATA FILTERS
 
        GPSBabel supports data filtering.  Data filters are invoked from
index a463d3aae0f714b4b3e2efaaaa57b67837ea547f..058374f91b0fc8a6466d3ba3c04d722694b519e0 100755 (executable)
@@ -784,15 +784,15 @@ compare ${TMPDIR}/dop-vdop.ref ${TMPDIR}/dop-vdop.fil
 #
 # cotoGPS test
 #
-rm -f ${TMPDIR}/coto*
+rm -f ${TMPDIR}/coto*
 # Track reading
-${PNAME} -i coto -f reference/cototesttrack.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cototrack.csv
-compare reference/cototesttrack.csv ${TMPDIR}/cototrack.csv
+${PNAME} -i coto -f reference/cototesttrack.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cototrack.csv
+compare reference/cototesttrack.csv ${TMPDIR}/cototrack.csv
 # Marker read/write
-${PNAME} -i coto -f reference/cototestmarker.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarker.csv
-${PNAME} -i gpx -f reference/cototestmarker.gpx -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarkergpx.csv
-compare ${TMPDIR}/cotomarker.csv ${TMPDIR}/cotomarkergpx.csv
-${PNAME} -i gpx -f reference/cototestmarker.gpx -o coto -F ${TMPDIR}/cotomarker.pdb
-compare reference/cototestmarker.pdb ${TMPDIR}/cotomarker.pdb
+${PNAME} -i coto -f reference/cototestmarker.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarker.csv
+${PNAME} -i gpx -f reference/cototestmarker.gpx -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarkergpx.csv
+compare ${TMPDIR}/cotomarker.csv ${TMPDIR}/cotomarkergpx.csv
+${PNAME} -i gpx -f reference/cototestmarker.gpx -o coto -F ${TMPDIR}/cotomarker.pdb
+compare reference/cototestmarker.pdb ${TMPDIR}/cotomarker.pdb
 
 exit 0
index 647021d844cb5a861fd320465982992c0f46c68b..a1656ee71c08c242238514b38bc84527811d5bfb 100644 (file)
@@ -420,12 +420,14 @@ vecs_t vec_list[] = {
                "Motorrad Routenplaner (Map&Guide) .bcr files",
                "bcr"
        },      
+#if 0
        {
                &coto_vecs,
                "coto",
                "cotoGPS for Palm/OS", 
                NULL
        },
+#endif
        {
                NULL,
                NULL,